@charset "UTF-8";
/*产品中心*/
/*$$
{
	"color":[
		{"val":"#333333","title":"默认字体颜色"},
		{"val":"#333333","title":"中文标题"},
		{"val":"rgba(45, 68, 148, 0.12)","title":"英文标题"}
	],
	"background":[
		{"val":"#ffffff","title":"默认背景颜色"},
		{"val":"#2f4494","title":"凸显的背景色/模块底部颜色"},
		{"val":"#f4f7ff","title":"左侧导航背景/模块默认颜色"},
		{"val":"#ffe8d4","title":"选中模块颜色"},
		{"val":"#e5e5e5","title":"左侧导航边框"},
		{"val":"#f9ac6b","title":"选中模块底部颜色"}
	],
	"border":[
	
	]
}
$$*/
#product_145 {
  padding: 70px 10px 90px;
  width: 100%;
  box-sizing: border-box;
}

#product_145 .pro_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#product_145 .pro_box .all_tit {
  text-align: center;
  position: relative;
  padding-top: 16px;
}

#product_145 .pro_box .all_tit h2 {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
  line-height: 40px;
  white-space: nowrap;
}

#product_145 .pro_box .all_tit h2 span {
  position: relative;
  z-index: 2;
  padding-bottom: 2px;
}

#product_145 .pro_box .all_tit h2 span::after {
  content: '';
  height: 14px;
  width: 100%;
  background: #f9ac6b;
  position: absolute;
  border-radius: 14px 14px 14px 14px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: -1;
}

#product_145 .pro_box .all_tit p {
  font-size: 44px;
  color: rgba(45, 68, 148, 0.12);
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}

#product_145 .pro_box .cont {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
}

#product_145 .pro_box .cont .cleft {
  width: 265px;
  margin-right: 25px;
  position: relative;
  padding: 30px 0;
}

#product_145 .pro_box .cont .cleft::after {
  width: 200px;
  height: 100%;
  background: #f4f7ff;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  border-radius: 25px 25px 0 0;
  overflow: hidden;
}

#product_145 .pro_box .cont .cleft .meunList {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

#product_145 .pro_box .cont .cleft .meunList li {
  height: calc(100% / 5);
  width: 100%;
}

#product_145 .pro_box .cont .cleft .meunList li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  position: relative;
  padding: 0 30px;
}

#product_145 .pro_box .cont .cleft .meunList li a span {
  z-index: 2;
  max-width: 140px;
  font-size: 16px;
  color: #333333;
  position: relative;
  display: block;
  line-height: 24px;
  padding: 0 0 0 15px;
}

#product_145 .pro_box .cont .cleft .meunList li a span::after {
  width: 8px;
  height: 8px;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: #f9ac6b;
}

#product_145 .pro_box .cont .cleft .meunList li a .jt {
  display: block;
  width: 20px;
  height: 13px;
  background: url("../img/CP25_03.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  opacity: 0;
  transform: translate(0, -50%);
  transition: 0.3s ease;
  z-index: 3;
}

#product_145 .pro_box .cont .cleft .meunList li a:before {
  width: 140px;
  height: 1px;
  background: #e5e5e5;
  content: '';
  position: absolute;
  bottom: 0;
  left: 30px;
}

#product_145 .pro_box .cont .cleft .meunList li a::after {
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 95px 95px 0;
  opacity: 0;
  content: '';
  transition: 0.3s ease;
}

#product_145 .pro_box .cont .cleft .meunList li:hover a::after {
  background: #2f4494;
  opacity: 1;
  width: 100%;
}

#product_145 .pro_box .cont .cleft .meunList li:hover a span {
  color: #ffffff;
}

#product_145 .pro_box .cont .cleft .meunList li:hover a .jt {
  opacity: 1;
  right: 30px;
  transition-delay: 0.15s;
}

#product_145 .pro_box .cont .cleft .meunList li:hover a:before {
  opacity: 0;
}

#product_145 .pro_box .cont .cleft .meunList li:last-child a:before {
  display: none;
}

#product_145 .pro_box .cont .cleft .showMore {
  position: absolute;
  bottom: -22px;
  left: 0;
  z-index: 3;
  width: 200px;
  display: flex;
  justify-content: center;
}

#product_145 .pro_box .cont .cleft .showMore .moreA {
  width: 120px;
  height: 44px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background: #2f4494;
  opacity: 0.9;
  display: block;
  line-height: 44px;
  border-radius: 22px;
  transition: 0.3s ease;
}

#product_145 .pro_box .cont .cleft .showMore:hover .moreA {
  width: 140px;
  opacity: 1;
}

#product_145 .pro_box .cont .ydS {
  width: 100%;
  display: none;
  margin-bottom: 20px;
  overflow: hidden;
  height: 30px;
}

#product_145 .pro_box .cont .ydS .ydSList {
  white-space: nowrap;
  overflow: auto;
  padding-bottom: 5px;
}

#product_145 .pro_box .cont .ydS .ydSList li {
  display: inline-block;
  line-height: 30px;
  margin-right: 20px;
}

#product_145 .pro_box .cont .ydS .ydSList li a span {
  font-size: 14px;
  color: #333333;
}

#product_145 .pro_box .cont .ydS .ydSList li:nth-child(1) a span {
  color: #f9ac6b;
}

#product_145 .pro_box .cont .ydsShow {
  width: 100%;
  margin-top: 20px;
  display: none;
}

#product_145 .pro_box .cont .ydsShow a {
  width: 110px;
  height: 36px;
  background: #2f4494;
  color: #ffffff;
  margin: 0 auto;
  display: block;
  font-size: 12px;
  line-height: 36px;
  border-radius: 36px;
  text-align: center;
}

#product_145 .pro_box .cont .crigth {
  flex: 1;
  width: 0;
}

#product_145 .pro_box .cont .crigth .crlist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#product_145 .pro_box .cont .crigth .crlist .crli {
  margin-bottom: 30px;
  width: calc((100% - 60px) / 3);
  background: #f4f7ff;
  position: relative;
  transition: 0.3s ease;
}

#product_145 .pro_box .cont .crigth .crlist .crli .crlia {
  width: 100%;
  padding: 6px 6px 8px;
  display: block;
  position: relative;
  z-index: 2;
}

#product_145 .pro_box .cont .crigth .crlist .crli .crlia::after {
  width: 100%;
  height: 8px;
  background: #2f4494;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
}

#product_145 .pro_box .cont .crigth .crlist .crli .crlia::before {
  width: 0%;
  height: 8px;
  background: #f9ac6b;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  transition: 0.3s ease;
}

#product_145 .pro_box .cont .crigth .crlist .crli .crlia .crimgs {
  width: 100%;
  display: block;
  overflow: hidden;
}

#product_145 .pro_box .cont .crigth .crlist .crli .crlia .crimgs .crimg {
  width: 100%;
  display: block;
  transition: 0.3s ease;
}

#product_145 .pro_box .cont .crigth .crlist .crli .crlia .crtxt {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

#product_145 .pro_box .cont .crigth .crlist .crli .crlia .crtxt .title {
  font-size: 14px;
  width: 0;
  color: #333333;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#product_145 .pro_box .cont .crigth .crlist .crli .crlia .crtxt .cicon {
  width: 19px;
  height: 19px;
  background: url("../img/CP25_01.png") no-repeat center center;
  background-size: 100% 100%;
  transition: 0.3s ease;
}

#product_145 .pro_box .cont .crigth .crlist .crli:nth-child(n + 4) {
  margin-bottom: 0;
}

#product_145 .pro_box .cont .crigth .crlist .crli::after {
  width: 100%;
  height: 0%;
  background: #ffe8d4;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.3s ease;
}

#product_145 .pro_box .cont .crigth .crlist .crli:hover {
  transition-delay: 0.2s;
}

#product_145 .pro_box .cont .crigth .crlist .crli:hover::after {
  height: 100%;
  opacity: 1;
}

#product_145 .pro_box .cont .crigth .crlist .crli:hover .crlia .crimgs .crimg {
  transform: scale(1.1);
  transition-delay: 0.15s;
}

#product_145 .pro_box .cont .crigth .crlist .crli:hover .crlia .crtxt .cicon {
  background: url("../img/CP25_02.png") no-repeat center center;
  background-size: 100% 100%;
}

#product_145 .pro_box .cont .crigth .crlist .crli:hover .crlia::before {
  width: 100%;
  opacity: 1;
}

@media (max-width: 786px) {
  #product_145 {
    padding: 40px 10px 40px;
  }
  #product_145 .pro_box .all_tit {
    padding-top: 6px;
  }
  #product_145 .pro_box .all_tit h2 {
    font-size: 24px;
  }
  #product_145 .pro_box .all_tit h2 span::after {
    height: 8px;
  }
  #product_145 .pro_box .all_tit p {
    font-size: 32px;
  }
  #product_145 .pro_box .cont {
    margin-top: 35px;
    flex-wrap: wrap;
  }
  #product_145 .pro_box .cont .cleft {
    display: none;
  }
  #product_145 .pro_box .cont .ydS {
    display: block;
  }
  #product_145 .pro_box .cont .ydsShow {
    display: block;
  }
  #product_145 .pro_box .cont .crigth {
    width: 100%;
    flex: none;
  }
  #product_145 .pro_box .cont .crigth .crlist .crli {
    width: calc((100% - 15px) / 2);
    margin-bottom: 15px;
  }
  #product_145 .pro_box .cont .crigth .crlist .crli:nth-child(4) {
    margin-bottom: 15px;
  }
  #product_145 .pro_box .cont .crigth .crlist .crli:nth-child(n + 5) {
    margin-bottom: 0;
  }
}
